Lucene search
+L
LinuxLinux Kernel

14999 matches found

CVE
CVE
added 2015/05/27 10:00 a.m.131 views

CVE-2014-9710

CVE-2014-9710 affects the Linux kernel’s Btrfs xattr handling prior to 3.19. The vulnerability arises because the visible xattr state may not be consistent with a requested replacement, enabling local attackers to bypass ACLs and gain privileges through standard filesystem operations during an xa...

6.9CVSS7.1AI score0.00277EPSS
Save
CVE
CVE
added 2015/06/07 11:00 p.m.131 views

CVE-2015-4004

The CVE-2015-4004 issue affects the OZWPAN driver in the Linux kernel up to version 4.0.5. The flaw stems from parsing crafted packets using an untrusted length field, allowing remote attackers to read kernel memory (information disclosure) or trigger a denial of service (out-of-bounds read and s...

8.5CVSS7.7AI score0.08149EPSS
Save
CVE
CVE
added 2016/04/27 5:00 p.m.131 views

CVE-2015-8844

CVE-2015-8844 affects the Linux kernel on PowerPC where the signal implementation does not validate an MSR with both the S and T bits set. This can enable a local attacker to cause a denial of service (TM Bad Thing exception and panic) via a crafted application. The vulnerability is fixed in the ...

5.5CVSS6AI score0.00386EPSS
Save
CVE
CVE
added 2017/12/23 4:00 a.m.131 views

CVE-2017-17856

CVE-2017-17856 affects the Linux kernel kernel/bpf/verifier.c up to version 4.14.8. It enables local users to cause a denial of service via memory corruption due to lack of stack-pointer alignment enforcement. The provided documents do not include exploitation details or a remediation patch/versi...

7.8CVSS7.5AI score0.00393EPSS
Save
CVE
CVE
added 2024/02/28 8:13 a.m.131 views

CVE-2021-47026

CVE-2021-47026 — Linux kernel (RDMA/rtrs-clt): The issue arises in the rtrs_clt_remove_path_from_sysfs path where, after removing a session from the active list, the code destroys sysfs interfaces. This ordering can allow a use-after-free scenario where concurrent code (e.g., rtrs_clt_request, ge...

7.8CVSS6.3AI score0.00238EPSS
Save
CVE
CVE
added 2024/05/21 3:03 p.m.131 views

CVE-2021-47372

CVE-2021-47372 is a Linux kernel use-after-free in the macb driver. The issue arises from plat_dev->dev->platform_data being released by platform_device_unregister() and subsequently using pclk and hclk, leading to use-after-free in macb_remove. The fixed sequence avoids using the clk devic...

7.8CVSS6.8AI score0.00242EPSS
Save
CVE
CVE
added 2022/12/14 12:00 a.m.131 views

CVE-2022-3112

CVE-2022-3112 affects the Linux kernel up to 5.16-rc6. The issue is in amvdec_set_canvases (drivers/staging/media/meson/vdec/vdec_helpers.c) where kzalloc() return value is not checked, leading to a NULL pointer dereference. Connected sources confirm the same defect across various advisories (e.g...

5.5CVSS5.8AI score0.00216EPSS
Save
CVE
CVE
added 2024/07/16 11:43 a.m.131 views

CVE-2022-48794

CVE-2022-48794 affects the Linux kernel wireless stack for the IEEE 802.15.4 at86rf230 driver. On error, ieee802154_xmit_complete() is not invoked and skb structures are leaked after manual wake_queue() calls in Tx paths. The fix described in the sources is to free the skb upon error before retur...

5.5CVSS6.6AI score0.00241EPSS
Save
CVE
CVE
added 2024/10/21 8:05 p.m.131 views

CVE-2022-48962

CVE-2022-48962 affects the Linux kernel net layer via the hisilicon driver code path net: hisilicon: Fix potential use-after-free in hisi_femac_rx(). The skb can be delivered to napi_gro_receive() which may free it; dereferencing the skb after that may trigger a use-after-free. The connected Tena...

8.8CVSS7.3AI score0.00333EPSS
Save
CVE
CVE
added 2025/02/26 2:10 a.m.131 views

CVE-2022-49308

The CVE-2022-49308 entry describes a Linux kernel extcon overflow/NULL dereference vulnerability that could cause an Oops when sysfs state_show() runs before driver data is set. The root cause is extcon device creation occurring before drvdata is initialized, leading to an edev NULL dereference d...

5.5CVSS5.2AI score0.00284EPSS
Save
CVE
CVE
added 2025/02/26 2:10 a.m.131 views

CVE-2022-49315

CVE-2022-49315 concerns a deadlock in the Linux kernel, specifically in the staging driver rtl8192e (rtllib_beacons_stop). The issue arises when rtllib_beacons_stop() holds ieee->beacon_lock while calling del_timer_sync(), while the timer handler (rtllib_send_beacon_cb) needs the same lock, ca...

5.5CVSS5.3AI score0.00202EPSS
Save
CVE
CVE
added 2025/02/26 2:12 a.m.131 views

CVE-2022-49414

CVE-2022-49414 affects the Linux kernel/ext4: a race between ext4_write and ext4_convert_inline_data can trigger a BUG_ON in ext4_jbd2, potentially leading to filesystem corruption (example trace in Unity/OpenVAS advisories). The public documents identify the issue and describe the underlying cau...

4.7CVSS5.3AI score0.00189EPSS
Save
CVE
CVE
added 2025/02/26 2:23 a.m.131 views

CVE-2022-49622

CVE-2022-49622 (Linux kernel) describes a use-after-free risk in nf_tables when verdict is NF_STOLEN in netfilter, where skb freeing may have occurred. The fix prevents illegal skb access by: (1) caching skb->nf_trace in the trace state and refreshing it when verdict != STOLEN; (2) skipping sk...

7.8CVSS5.4AI score0.0025EPSS
Save
CVE
CVE
added 2025/05/01 2:09 p.m.131 views

CVE-2022-49837

The CVE-2022-49837 issue affects the Linux kernel’s BPF subsystem, specifically memory leaks in __check_func_call and related exit handling. The root cause is that, in prepare_func_exit(), the callee is not released in abnormal paths after state->curframe--, so the frame is not fully freed bef...

5.5CVSS6.6AI score0.00191EPSS
Save
CVE
CVE
added 2025/05/01 2:10 p.m.131 views

CVE-2022-49920

The CVE-2022-49920 entry concerns a race in the Linux kernel netfilter nf_tables netlink notifier that can release objects while a transaction context may still reference them. The root cause is a race between the commit release path (invoked via call_rcu and running locklessly) and object remova...

7.8CVSS6.6AI score0.00143EPSS
Save
CVE
CVE
added 2025/05/01 2:11 p.m.131 views

CVE-2022-49923

The CVE affects the Linux kernel nxp-nci path (nfc: nxp-nci: Fix potential memory leak in nxp_nci_send). The root cause is that nxp_nci_send() frees the allocated skb only on nxp_nci_i2c_write() failure; when the write succeeds, nxp_nci_i2c_write() does not free the skb, causing a memory leak. A ...

5.5CVSS6.5AI score0.0018EPSS
Save
CVE
CVE
added 2025/06/18 11:01 a.m.131 views

CVE-2022-50020

CVE-2022-50020 affects the Linux kernel ext4 filesystem: the patch prevents online resizing to an unaligned/partial cluster boundary. The issue could cause the last resize iteration to grow the filesystem by a negative amount, tripping a BUG_ON and leaving the in-memory superblock corrupted. Conn...

5.5CVSS6.3AI score0.00177EPSS
Save
CVE
CVE
added 2025/06/18 11:03 a.m.131 views

CVE-2022-50212

CVE-2022-50212 affects the Linux kernel netfilter nf_tables subsystem. The vulnerability arises when looking up chains by ID without ensuring the chain belongs to the same table; a chain from another table can be linked in, and removing the source table can leave a rule connected to the wrong cha...

7.8CVSS6.5AI score0.00213EPSS
Save
CVE
CVE
added 2024/03/02 9:52 p.m.131 views

CVE-2023-52507

CVE-2023-52507 affects the Linux kernel NFC stack (nfc: nci) where the protocol is validated via a bitmask; the issue arises from an assertion that the requested protocol is below the maximum, preventing a potential shift-out-of-bounds and clarifying errors between undefined vs. unsupported proto...

7.1CVSS6.2AI score0.00239EPSS
Save
CVE
CVE
added 2024/03/02 9:59 p.m.131 views

CVE-2023-52576

CVE-2023-52576 affects the Linux kernel (x86/mm, kexec, ima). The issue was a use-after-free in memblock_isolate_range() caused by calling ima_free_kexec_buffer() after the memblock allocator had been torn down. The fix switches ima_free_kexec_buffer() to memblock_free_late() to avoid the bug. Wi...

5.5CVSS6.2AI score0.00221EPSS
Save
CVE
CVE
added 2024/04/17 9:43 a.m.131 views

CVE-2023-52642

CVE-2023-52642 concerns a Linux kernel issue in the media: rc subsystem where attaching/detaching BPF programs could require write permission, with an auxiliary CAP_NET_ADMIN requirement. The main impact described across multiple advisories is a locally exploitable condition in kernel space that ...

7.8CVSS6.3AI score0.00205EPSS
Save
CVE
CVE
added 2025/05/02 3:54 p.m.131 views

CVE-2023-53042

CVE-2023-53042 : In the Linux kernel, the drm/amd/display component was vulnerable when writing DRR registers (e.g., OTG_V_TOTAL_MIN) in the same frame as a pipe commit, which could cause underflow. The issue has been resolved by preventing DRR from being set on a pipe commit. The available conne...

5.5CVSS6.5AI score0.00191EPSS
Save
CVE
CVE
added 2025/05/02 3:55 p.m.131 views

CVE-2023-53044

The CVE-2023-53044 entry concerns a Linux kernel vulnerability in the dm-stats path. A NULL pointer dereference can occur in dm_stats_cleanup() if alloc_percpu() fails during dm_stats_init(), with the failure not being properly propagated from alloc_precpu() or dm_stats_init() to dm_stats_cleanup...

5.5CVSS6.5AI score0.00194EPSS
Save
CVE
CVE
added 2025/05/02 3:55 p.m.131 views

CVE-2023-53064

Summary (CVE-2023-53064) : In the Linux kernel, the iavf driver could hang during reboot when E810 VF devices were present and ice is used. Root cause: iavf_remove() may be invoked while the adapter state is already __IAVF_REMOVE, causing the reboot/shutdown path to sleep indefinitely. The fix re...

5.5CVSS6.4AI score0.00193EPSS
Save
CVE
CVE
added 2025/05/02 3:55 p.m.131 views

CVE-2023-53094

CVE-2023-53094 affects the Linux kernel tty/serial fsl_lpuart driver. A race can occur when a DMA RX completion finishes during RX DMA shutdown, causing a NULL dereference on sport->dma_rx_desc. The documented fix is to fold del_timer_sync() into lpuart_dma_rx_free() after dmaengine_terminate_...

7.8CVSS6.3AI score0.00147EPSS
Save
CVE
CVE
added 2024/05/17 1:23 p.m.131 views

CVE-2024-35797

CVE-2024-35797 pertains to the Linux kernel, specifically the mm: cachestat path involving two shmem-related bugs that could occur when cachestat runs concurrently with swapping and invalidation. Root causes described in the sources: (1) a poisoned swap entry in the shmem inode’s xarray could lea...

7.1CVSS6.7AI score0.00667EPSS
Save
CVE
CVE
added 2024/05/19 10:10 a.m.131 views

CVE-2024-35940

CVE-2024-35940 affects the Linux kernel. The vulnerability stems from pstore/zone: missing NULL pointer check in psz_kmsg_read after kasprintf() can return NULL on allocation failure. The impact is a potential NULL pointer dereference in kernel code paths involving kasprintf results, with publicl...

5.5CVSS6.7AI score0.00212EPSS
Save
CVE
CVE
added 2024/07/05 6:55 a.m.131 views

CVE-2024-39477

CVE-2024-39477 affects the Linux kernel mm/hugetlb memory-management code. The root cause was that vma_needs_reservation() could return -ENOMEM when allocate_file_region_entries() failed to allocate a file_region for a reservation, causing a splat in __unmap_hugepage_range(). The published fix is...

7.8CVSS5.2AI score0.00189EPSS
Save
CVE
CVE
added 2024/07/12 12:20 p.m.131 views

CVE-2024-39505

CVE-2024-39505 relates to the Linux kernel drm/komeda code where komeda_pipeline_get_state() may return an error-valued pointer. The fix requires checking the pointer for negative or NULL values before dereferencing. The vulnerability impact is STATED as potential denial of service or corruption ...

5.5CVSS6.7AI score0.00283EPSS
Save
CVE
CVE
added 2024/07/29 3:52 p.m.131 views

CVE-2024-42067

CVE-2024-42067 is a Linux kernel vulnerability where, in the BPF/JIT path, set_memory_rox() may fail and leave memory unprotected. The issue arises because the code does not consistently act on the return value of set_memory_rox() and bpf_jit_binary_lock_ro(), allowing a potential protection gap ...

7.8CVSS6.7AI score0.00233EPSS
Save
CVE
CVE
added 2024/07/30 7:46 a.m.131 views

CVE-2024-42117

CVE-2024-42117 affects the Linux kernel DRM/AMD display path. The root cause was that find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id could return -1 and that value was used as an index, causing overrun/negative-return conditions. The fix is to return a valid positive index or ta...

7.8CVSS6.5AI score0.00233EPSS
Save
CVE
CVE
added 2024/08/17 9:08 a.m.131 views

CVE-2024-42279

CVE-2024-42279 affects the Linux kernel SPI microchip-core driver. The root cause is that when rx_len == 0, the RX FIFO is not emptied in the interrupt handler, allowing a subsequent transfer to read leftover data from the previous transfer. The documented remediation is to use a register that em...

7.8CVSS6.5AI score0.00234EPSS
Save
CVE
CVE
added 2024/08/17 9:09 a.m.131 views

CVE-2024-42296

In CVE-2024-42296, the Linux kernel f2fs subsystem fixes a return value bug in f2fs_convert_inline_inode(). When the device is read-only, the function now returns EROFS instead of zero, preventing a potential panic during writeback of inline inodes. The issue could otherwise trigger a panic in th...

7.8CVSS6.6AI score0.00235EPSS
Save
CVE
CVE
added 2024/08/17 9:09 a.m.131 views

CVE-2024-42306

The CVE-2024-42306 entry describes a Linux kernel issue in the udf filesystem where a corrupted block bitmap could cause mixed allocation results after a failure, due to bitmap state not being consistently re-validated. The fix uses BH_verified to indicate bitmap validity, preventing reuse of a p...

7.8CVSS6.8AI score0.00246EPSS
Save
CVE
CVE
added 2024/08/21 12:06 a.m.131 views

CVE-2024-43876

CVE-2024-43876 affects the Linux kernel PCIe RCAR driver. The issue concerns demoting the WARN() in rcar_pcie_wakeup() to dev_warn_ratelimited() to reduce backtrace verbosity when a PCIe link issue is detected. The advisory explains a scenario with ASM1062 PCIe/SATA controllers where link state t...

5.5CVSS6.4AI score0.0021EPSS
Save
CVE
CVE
added 2024/08/28 7:11 a.m.131 views

CVE-2024-44943

CVE-2024-44943 relates to the Linux kernel mm/gup code where pinning folio in CMA memory during SEV VM startup could trigger a warning due to misusing try_grab_folio in both fast and slow paths. The issue stems from the longterm pinning check causing fallback paths to also fail, producing a kerne...

5.5CVSS6.5AI score0.00183EPSS
Save
CVE
CVE
added 2024/09/13 5:29 a.m.131 views

CVE-2024-46676

CVE-2024-46676 relates to a Linux kernel vulnerability in the NFC subsystem (pn533 driver). The issue occurs when a bad combination of protocol masks is supplied via Netlink (NFC_CMD_START_POLL): if im_protocols is 1 and tm_protocols is 0, the original check in nfc_start_poll() may pass, but afte...

5.5CVSS6.1AI score0.00245EPSS
Save
CVE
CVE
added 2024/09/18 6:32 a.m.131 views

CVE-2024-46732

CVE-2024-46732 affects the Linux kernel DRM/AMD display path. The root cause was failing to assign linear_pitch_alignment in VM environments, which could lead to a divide-by-zero error. The fix is to assign linear_pitch_alignment in VM contexts; multiple stable-kernel commits (c984debc133e and re...

5.5CVSS6AI score0.00229EPSS
Save
CVE
CVE
added 2024/09/18 7:12 a.m.131 views

CVE-2024-46760

CVE-2024-46760 concerns the Linux kernel wifi driver rtw88 (usb) where RX status handling could dereference a NULL pointer if USB replies arrive before the device is fully initialized. The root cause is initiation of USB REQs (usb_submit_urb) before rtw_dev setup completes, allowing races with in...

5.5CVSS6AI score0.00234EPSS
Save
CVE
CVE
added 2024/09/27 12:39 p.m.131 views

CVE-2024-46845

CVE-2024-46845 (Linux kernel): The timerlat use-after-free occurs when a SIGTERM kills user-space tracing threads, causing an hrtimer to be freed twice during thread shutdown. The documented fix cancels the hrtimer only if the associated thread still exists and adds an interface_lock around tlat_...

7.8CVSS7.2AI score0.00237EPSS
Save
CVE
CVE
added 2024/11/05 5:10 p.m.131 views

CVE-2024-50114

CVE-2024-50114 affects Linux kernel KVM on arm64. The flaw originates in the vCPU teardown path when a failed vCPU creation leads to an MMIO redistributor being unregistered, triggering a use-after-free in kvm_put_kvm during VM teardown. The root cause is improper teardown ordering that could all...

7.8CVSS6.5AI score0.00226EPSS
Save
CVE
CVE
added 2024/11/19 5:45 p.m.131 views

CVE-2024-53083

Technical details for CVE-2024-53083 are not present in the provided connected documents; only a brief kernel description is given. Monitor for updates.

5.5CVSS6.4AI score0.00219EPSS
Save
CVE
CVE
added 2024/12/02 1:44 p.m.131 views

CVE-2024-53107

CVE-2024-53107 affects the Linux kernel in fs/proc/task_mmu.c (pagemap_scan_get_args). The issue is an integer overflow: arg->vec_len is read as a u64 from user space and used in the expression arg->vec_len * sizeof(struct page_region), which can wrap. The fix uses size_mul() to perform the...

7.8CVSS6.8AI score0.00212EPSS
Save
CVE
CVE
added 2024/12/04 2:20 p.m.131 views

CVE-2024-53132

CVE-2024-53132 affects the Linux kernel DRM XE OA subsystem (xe/oa). Root cause: missing outer runtime PM protection leading to a warning and potential mis-handling of runtime power management for xe/oa. Remedy: patch applied in commit b107c63d2953907908fd0cafb0e543b3c3167b75; kernel updates inco...

5.5CVSS6.6AI score0.00177EPSS
Save
CVE
CVE
added 2025/02/27 2:07 a.m.131 views

CVE-2024-57994

CVE-2024-57994 : In the Linux kernel, a bug in ptr_ring_resize_multiple caused a splat when hard interrupts were blocked inside the resize path. The fix removes masking of hard IRQs (now only BHs are blocked) and adds a lockdep_assert_no_hardirq() check in __page_pool_put_page() to improve test c...

5.5CVSS6.4AI score0.00161EPSS
Save
CVE
CVE
added 2025/02/27 2:12 a.m.131 views

CVE-2024-58011

The CVE-2024-58011 entry concerns the Linux kernel, specifically the platform/x86 int3472 driver. The root cause is a missing check for adev against NULL when a device may not have an ACPI companion fwnode, which could allow adev to be NULL and lead to a NULL pointer dereference in skl_int3472_ge...

5.5CVSS6.6AI score0.00211EPSS
Save
CVE
CVE
added 2025/04/16 2:11 p.m.131 views

CVE-2024-58095

CVE-2024-58095 (jfs: add check read-only before txBeginAnon() call) is confirmed as a concrete kernel fix. The patch introduces a read-only check prior to txBeginAnon() in extAlloc and extRecord within the JFS code path. This prevents write attempts on a read-only mounted filesystem, avoiding pot...

5.5CVSS6.5AI score0.00204EPSS
Save
CVE
CVE
added 2025/02/27 2:07 a.m.131 views

CVE-2025-21713

CVE-2025-21713 affects the PowerPC/ pSeries IOMMU path in the Linux kernel. The issue occurs when reusing the same vfio container across different IOMMU groups, where spapr_tce_set_window() may lead to cleanup that dereferences a null or invalid tbl, causing a kernel crash (NULL pointer dereferen...

5.5CVSS6.5AI score0.00203EPSS
Save
CVE
CVE
added 2025/02/27 2:18 a.m.131 views

CVE-2025-21793

CVE-2025-21793 concerns the Linux kernel SPI SN-F-OSPI path. The linked Azure/Linux Nessus entry confirms the issue: when there is no dummy cycle in spi-nor commands, dummy bus cycle bytes and width become zero, risking a divide-by-zero warning. The fix is to return zero to avoid such calculation...

5.5CVSS6.5AI score0.00215EPSS
Save
CVE
CVE
added 2025/04/01 3:47 p.m.131 views

CVE-2025-21972

The connected BDU/FSTEC entry describes a vulnerability in the Linux kernel MCTP implementation, specifically the mctp_frag_queue() function in net/mctp/route.c. It cites improper memory release as the root cause, leading to a memory leak and the potential to cause a service failure. Exploitation...

8.8CVSS7.1AI score0.00229EPSS
Save
Total number of security vulnerabilities14999